home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / echo305.zip / DOORDRIV.CTL < prev    next >
Text File  |  1990-03-26  |  5KB  |  151 lines

  1. ;Door Driver Control file
  2. ;-----------------
  3. ;
  4. ;Sysopfirst: Specifies the first name of the sysop as it will be shown to
  5. ;            the users.
  6. ;
  7. SYSOPFIRST Robert
  8. ;
  9. ;
  10. ;SysopLast:  Specifies the last name of the sysop as it will be shown to
  11. ;            the users.
  12. ;
  13. SYSOPLAST McCullough
  14. ;
  15. ;
  16. ;BBSName:    Specifies the name of the bbs as it will be shown to users.
  17. ;
  18. BBSNAME The WorkBench BBS
  19. ;
  20. ;
  21. ;BBSPath:    Specifies the path where the bbs door files are located.  If
  22. ;            omitted, the door control files are assumed to be in the cur-
  23. ;            rent directory.
  24. ;
  25. ;BBSPATH C:\RBBS
  26. ;
  27. ;
  28. ;BBSType:    Specifies the type of bbs software under which this door program
  29. ;            will be run. Valid bbs types include:
  30. ;
  31. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  32. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  33. ;                    PCB12 - PcBoard version 12 (note: see COMPORT note below)
  34. ;                    PCB14 - PcBoard version 14
  35. ;                     WWIV - WWIV bbs (uses chain.txt)
  36. ;                  PHOENIX - Phoenix bbs
  37. ;                  WILDCAT - Wildcat bbs
  38. ;
  39. ;       ::::------- Put your bbs type here! Select from those listed above
  40. ;       ::::
  41. ;       \/\/
  42. BBSTYPE RBBS
  43. ;
  44. ;
  45. ;ComPort:    For bbs types that do not have the com-port contained in their
  46. ;            door information files (such as PCBOARD-12), you will have to
  47. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  48. ;            not the whole word COM1.
  49. ;
  50. ;                   If you are using a bbs type that doesn't provide the com
  51. ;        ::-------- port num in it's door information file (such as pcb-12),
  52. ;        \/         then uncomment this line and put your com port here.
  53. ;COMPORT 1
  54. ;
  55. ;
  56. ;Baud:       This parameter is for boards that run a LOCKED port.  The locked
  57. ;            speed should be specified using this parameter.
  58. ;
  59. ;BAUD 9600
  60. ;
  61. ;
  62. ;Mono:       Will disable color on the local side. (Necessary if you are
  63. ;            running a monochrome system)
  64. ;
  65. ;                   Uncomment this line if you are running a monochrome
  66. ;  ::-------------- system on the local side.
  67. ;  \/
  68. ;MONO
  69. ;
  70. ;
  71. ;Quiet:      If specified, the door will strip out all ^G characters from
  72. ;            the local side.
  73. ;QUIET
  74. ;
  75. ;
  76. ;Status:     Specify "ON" if you wish the status line to appear at the bottom
  77. ;            of "OFF" if you wish it to be disabled.
  78. ;
  79. STATUS ON
  80. ;
  81. ;
  82. ;Statfore:   The foreground color of the status line (default 0)
  83. ;
  84. STATFORE 0
  85. ;
  86. ;
  87. ;Statback:   The background color of the status line (default 7)
  88. ;
  89. STATBACK 7
  90. ;
  91. ;
  92. ;Foreground: Specifies default foreground color (default 7)
  93. ;
  94. FOREGROUND 7
  95. ;
  96. ;
  97. ;Background: Specifies default background color (default 0);
  98. ;
  99. BACKGROUND 0
  100. ;
  101. ;
  102. ;Color1:     Tells doordriver to select ANSI graphics when a "1" is passed
  103. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  104. ;            understand, FORCE and QUICKBBS require this option set although
  105. ;            RBBS should not.
  106. ;
  107. ;COLOR1
  108. ;
  109. ;
  110. ;43Line:     The 43LINE option will instruct doordriver to load in the EGA
  111. ;            43-line mode. (You MUST have an EGA adapted for this option). The
  112. ;            enhanced screen allows the local sysop to see much more infor-
  113. ;            mation on the screen.
  114. ;43LINE
  115. ;
  116. ;
  117. ;25Exit:     The 25EXIT option will tell DoorDriver to switch back to the 25
  118. ;            line mode when doordriver is completed. This option is only
  119. ;            useful when the above 43LINE option is used. If 25EXIT is not
  120. ;            specified and 43LINE is, then doordriver will exit to DOS in
  121. ;            the 43-line mode.
  122. ;25EXIT
  123. ;
  124. ;
  125. ;ReMapFore:  The REMAPFORE parameter allows you to "remap" doordrivers color.
  126. ;            This allows you to substitue in one color for another (i.e.
  127. ;            you could substitute in GREEN for all instances of BLUE). The
  128. ;            REMAPFORE parameter effects only the FOREGROUND color. The
  129. ;            REMAPBACK command below handles the background colors. When a
  130. ;            color is substituted, it effects both the LOCAL user and the
  131. ;            REMOTE user. REMAPFORE's syntax is below:
  132. ;
  133. ;                       Syntax:  REMAPFORE <color1> <color2>
  134. ;                      Example:  REMAPFORE 14 15
  135. ;
  136. ;            The <color> parameters are numeric codes for colors which are
  137. ;            listed on a table below. The example will substitue white
  138. ;            (color 15) in for yellow (color 14)
  139. ;
  140. ;                0 - Black   4 - Red       8 - DarkGray    12 - Lightred
  141. ;                1 - Blue    5 - Magenta   9 - LightBlue   13 - LightMagenta
  142. ;                2 - Green   6 - Brown    10 - LightGreen  14 - Yellow
  143. ;                3 - Cyan    7 - LgtGray  11 - LightCyan   15 - White
  144. ;
  145. ;RemapBack:  The Remapback command is similar to the remapfore command, but
  146. ;            it effects background colors instead of foreground colors. The
  147. ;            syntax is identical except that only colors 0-7 are available
  148. ;            for background.
  149. ;
  150. ;-----------------------------------------------------------------------------
  151.